/*######################################
		BUTTONS
	##############################*/
.talk {
	Margin: auto;
	margin-left:02%;
	margin-bottom: 2px;
	width: 97%;
	font-size: 12.5px ;
	color: #E13700;
	background: #C7E1F4;
	border-radius: 1px;
	padding: 4px 8px; /* Some padding */
	cursor: pointer; /* Pointer/hand icon */
	float: center; /* Float the buttons side by side */
	text-align: center;
}
.talk:hover{
	background-color: blue;
	color: white;
}

.LogoBtn {
	Margin: auto;
	margin-left:02%;
	margin-bottom: 2px;
	width: 97%;
	font-size: 12.5px ;
	color: #031C49;
	background: #C7E1F4;
	border-radius: 1px;
	padding: 4px 8px; /* Some padding */
	cursor: pointer; /* Pointer/hand icon */
	float: center; /* Float the buttons side by side */
	text-align: center;
}
.LogoBtn:hover{
	background-color: #052358;
	color: white;
}
.SideBtn {
	Margin: auto;
	margin-left:0%;
	margin-bottom: 03px;
	border: 1.5px solid grey;
	width:90%;
	border-radius: 4px;
	cursor: pointer; /* Pointer/hand icon */
}

.SideBtn img{
	width: 100%;
	
}
.SideBtn:hover {
		transform: scale(1.24) translateY(2px); 
		z-index: 1; 
		-webkit-transition: 0.3s;
		transition: 0.5s;
		border: 0px solid grey;
}

.ContactBtn {
	Margin: auto;
	margin-left:0%;
	font-size:11.5px;
	padding: 6px 12px;
	border: 1.5px solid grey;
	width:30%;
	border-radius: 4px;
	cursor: pointer; /* Pointer/hand icon */
	background: #C7E1F4;
	cursor: pointer; /* Pointer/hand icon */
	float: center; /* Float the buttons side by side */
	text-align: center;
}
.ContactBtn:hover{
	background-color: #052B59;
	color: white;
}
.ContactBtn .Numbers1 {
	color: #0073FC;
	font-size: 12.5px;
}

.open-button {
  background-color: #555;
  color: white;
  padding: 6px 12px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: relative;
}


.open-button:hover{
	background-color: white;
	color: #052B59;
}



.Services {
	Margin: auto;
	margin-left:1%;
	margin-bottom: 20px;
	width: 15%;
	font-size:13px;
	color: white;
	background: #730101;
	border-radius: 10px;
	padding: 8px 12px; /* Some padding */
	cursor: pointer; /* Pointer/hand icon */
	float: center; /* Float the buttons side by side */
}
.Services:hover{
  box-shadow: 0 17px 12px 0 rgba(89,2,2,7.2);
    background-image:url('Index Pics/tvl webdesigners.jpg');
}
@media (max-width: 880px) {
	.Services {
		width: 34%;
		font-size: 10px;
		margin-left:2%;
	}
	.ContactBtn {
	padding: 1px 2px;
	width:60%;
	float: center; 
	font-size:10.5px;
	}
	.open-button {
	  background-color: #555;
	  color: white;
	  padding: 6px 12px;
	  border: none;
	  cursor: pointer;
	  opacity: 0.8;
	  position: none;
	  position: none;
	}
	.ContactBtn .Numbers1 {
	color: #0073FC;
	font-size: 0px;
	}
}

@media (max-width: 650px) {
.LogoBtn {
	Margin: 0;
	margin-left:0%;
	margin-bottom: px;
	width:0%;
	font-size: 0px ;
	color: 0;
	background: inherit;
	border-radius: 0px;
	padding: 0px; /* Some padding */
	cursor: none; /* Pointer/hand icon */
	float: center; /* Float the buttons side by side */
	text-align: center;
	}
	.ContactBtn .Numbers1 {
	color: #0073FC;
	font-size: 0px;
	}
}



.OrderBtn{
	Margin: auto;
	margin-right:02%;
	margin-bottom: 2px;
	border-radius:5px;
	width: 35%;
	font-size: 12.5px ;
	color:#97FF00;
	background: #6F716C;
	padding: 8px ; /* Some padding */
	cursor: pointer; /* Pointer/hand icon */
	float: left; /* Float the buttons side by side */
	text-align: center;
	border: 0.1px solid #C2D3A9;
}

.OrderBtn:hover{
	background-color: #052B59;
	color: white;
}


@media (max-width: 800px) {
	.talk {
		padding: 1.3px;
		width: 100%;
		font-size: 9.4px;
		margin-bottom: 0.2px;
	}
	.OrderBtn{
		Margin: auto;
		margin-right:0%;
		margin-bottom: 0px;
		border-radius:0px;
		width: 0%;
		color:#97FF00;
		background: #6F716C;
		padding: 0px;
		border: 0px solid #C2D3A9;
	}
}
@media (max-width:250px) {
	.talk {
		padding: 0px;
		width: -10%;
		font-size: 0px;
		margin-bottom: 0px;
	}
}









/*######################################
		Reviews content
	##############################*/
	.Reviews {
	Margin: auto;
	margin-left:0%;
	font-size:11.5px;
	padding: 6px 12px;
	border: 1.5px solid grey;
	width:22%;
	
	border-radius: 4px;
	cursor: pointer; /* Pointer/hand icon */
	background: #C7E1F4;
	cursor: default; /* Pointer/hand icon */
	float: center; /* Float the buttons side by side */
	text-align: left;
}
.Reviews:hover{
	background-color: #052B59;
	color: white;
}
.Reviews a:hover{
	color: orange;
}
	
	
.Stars {
	font-size: 26px;
	cursor:pointer; 
	color: #FFB600;
} 

.Stars:hover {
	color: White;
}	
	
.EStars {
	font-size: 26px;
	cursor:pointer; 
	color: Grey;
} 

.EStars:hover {
	color: Orange;
}	
@media (max-width: 800px) {
	.Reviews {
	Margin: auto;
	margin-left:0%;
	font-size:10.5px;
	padding: 2px 6px;
	border: 0px solid grey;
	width:40%;
	}	
	.Stars {
	font-size: 16px;
	cursor:pointer; 
	color: #FFB600;
	} 
	.EStars {
	font-size: 16px;
	cursor:pointer; 
	color: Grey;
	}
}	
	
	
	
	
	
	
	
	
	
	
	
/*######################################
		Home box
	##############################*/

#service{
	margin:0 auto;
	Width:75%;
}
.price{
	-webkit-transition: 0.3s;
	transition: 0.5s;
}
.price img{
	width: 495px;
	height: 200px;
	opacity: 1;
	animation: skew 3s infinite;
	transform: skew(20deg);
	animation-direction: alternate;
}

.price2 img{
	width: 100%;
	opacity: 1;
	Margin: auto;
	border-radius:5px;
	cursor: pointer;
	box-shadow: 0 8px 12px 0 rgba(2,2,2,2.2);
}
@keyframes skew {
  0% {
    transform: skewX(20deg);
  }
  100% {
    transform: skewX(-20deg);
  }
}

.price img:hover {
  opacity: 0.7;
}

.price2 img:hover {
  opacity: 0.7;
  
}

.ContactHide .Numbers1{
	color: #0073FC;
	font-size: 12.5px;	
}

.ContactHide table {
	color: #34495E;
	text-align: left;
	Width:95%;
	background-color: white;
	padding-left: 8px;
	position: absolute;
	border: 0.5px grey;
	margin-left: 2%;
	
}
.ContactHide span{
	font-size: 15px;
}
.ContactHide img{
	Width:40%;
}

.ContactHide i{
	color: #414241;
	text-align: left;
	font-size: 14.5px; 
}







.ContactHide1 table{
	color: #34495E;
	text-align: left;
	Width:81%;
	background-color: white;
	padding-left: 8px;
	position: absolute;
	border: 0.5px grey;
	margin-left: 10%;
	margin-right: 0%;
	
}
.ContactHide1 span{
	font-size: 15px;
}
.ContactHide1 img{
	Width:40%;
}

.ContactHide1 i{
	color: #414241;
	text-align: left;
	font-size: 14.5px; 
}

.SocialTable {
	Width:70%;
	cursor: pointer;
	text-align: left;
	color: White;
}
.SocialTable a{
	text-decoration: none;
	color: White;
	font-size: 14.5px; 
}
.SocialTable li:hover {
  opacity: 0.7;
	color: orange;
}
.marquee {
	Width:0%;
}
.marquee img{
	Width:0px;
	height:  0px;
}

@media only screen and (max-width: 880px) {
  #service{
	margin-left: 30px;
	margin:0 auto;
	Width:90%;
	border-radius:5px;
	}
	.price{
	padding: 0px;
	}
	.price img{
	width: 70%;
	height: 70px;
	}
	.ContactHide table{
	color: #34495E;
	text-align: left;
	font-size: 14px; 
	background-color: white;
	padding-left: 8px;
	}
	
	.ContactHide img{
	Width:87%;
	}
	.SocialTable a{
		text-decoration: none;
		color: White;
		font-size: 10.5px; 
	}

	.ContactHide i{
		color: #414241;
		text-align: left;
		font-size: 10.5px; 
	}
	.ContactHide .Numbers1{
	color: #0073FC;
	font-size: 0px;	
	}
	
}
@media (max-width:390px) {
	 #service{
	margin-left: 30px;
	margin:0 auto;
	Width:95%;
	border-radius:5px;
	}
	.price{
	padding: 0px;
	}
	.price img{
	width: 145px;
	height: 70px;
	animation: none;
	transform: none;
	animation-direction: none;
	}
	@keyframes skew {
	  0% {
		transform: skewX(0deg);
	  }
	  100% {
		transform: skewX(-0deg);
	}
	}
	.marquee {
		Width:100%;
	}
	.marquee img{
		Width:50px;
		height:  30px;
	}
}



/*######################################
		text
#####################################*/
/*######################################
		Video
	##############################*/
.Video {
		width:30%;
		text-align:left;
		 margin: auto; 
	}
@media (max-width: 600px) {
	.Video {
		width:100%;
		font-size: 0px; 
	}
}	






























/*######################################
		text
#####################################*/
.HeadText {
	Font-size: 21px;
	font-weight: bolder;
	color: #eafa05;
	padding-left: 0px;
	text-align: center;
}
.TabHeader{
	color: orange;
	font-size:18px;
	text-align: left;
	text-decoration: bolder;
}
.smallText {
	Font-size: 15.4px;
	color: #e3e3e3;
	padding-left: 0px;
	text-align: center;
}
.smallText2 {
	Font-size: 15px;
	color: #e3e3e3;
	padding-left: 8px;
	text-align: left;
}
.middleContent img{
	width:70%;
}
.contactText{
	Font-size: 15.4px;
	color: #e3e3e3;
	padding-left: 8px;
	text-align: center;
}
.Related {

    color: #00bff3;
    font-size: 23px;
	margin-left: 3%
}
.RelatedA {
	
	margin-left: 3%
}
.RelatedA a{
	Text-decoration: none;
	color: #E8E8E8;
    font-size: 14px;
}
.RelatedA a:hover{
	color: orange;
}
@media only screen and (max-width: 880px) {
	.HeadText {
	Font-size: 13.5px;
	font-weight: bolder;
	color: #eafa05;
	padding-left: 0px;
	text-align: center;
	}
	.TabHeader{
	color: orange;
	font-size:14px
	}

	.smallText {
	Font-size: 11.4px;
	}
	.smallText2 {
	Font-size: 12px;
	}
	.middleContent img{
	width:90%;
	}
	.Related {
    color: #00bff3;
    font-size: 13px;
	margin-left: 3%
	}
	.RelatedA a{
		Text-decoration: none;
		color: #E8E8E8;
		font-size: 11.5px;
	}
}


/*######################################
		 Counter To Your Website
#####################################*/
.CountersNo {
	background-image:url('Images/BackgoundsPics/ZION fOOTER.jpg');
    position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	Font-size: 13.5px;
	text-align: center;
	}
.mySlides1 {
	display:none;
	}
.Subscribe a{
	Font-size: 19.5px;
	text-align: center;
	color: orange;
	Text-decoration: none;
	}
.Subscribe a:hover{
	color: white;
}
@media only screen and (max-width: 800px) {
	.CountersNo {
		background-image:url('Images/BackgoundsPics/ZION fOOTER.jpg');
		text-align: center;
		Font-size: 10.5px;
	}
}

/*######################################
		 Center the loader
#####################################*/
.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}





/*######################################
		 Filter DIV Elements
#####################################*/
.filterDivs {
  float: left;
  background-color: inherit;
  color: #ffffff;
  width: 100px;
  line-height: 100px;
  text-align: left;
  margin: 2px;
  display: none;
}

.show {
  display: block;
}

.container {
  margin-top: 0px;
  overflow: hidden;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  width: 15%;
  margin-bottom: 3px; 
  font-size: 11.05px;
  }
 .btns {
  border: none;
  outline: none;
  width: 0%;
  font-size: 0px;
  }

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}

@media only screen and (max-width: 800px) {
	.btn {
	  padding: 2px 6px;
	  width: 17%;
		font-size: 10px;
		height: 29px;
		margin-left: -5px;
		border: 2px;
  }	
}




/*######################################
		 overlay
#####################################*/

/*## Grocery ##*/ 
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}



.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}


.overlay a{
    padding: 8px;
  text-decoration: none;
  font-size: 26px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay img{
  padding: 8px;
  display: block;
  transition: 0.3s;
   width: 75%;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: -10px;
  right: 45px;
  font-size: 60px;
  color: red
}

@media screen and (max-height: 800px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 1px;
  right: 35px;
  }
  .overlay img{
		width: 85%;
	}
}






/*## liquor ##*/ 
.overlay17 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}



.overlay-content17 {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}


.overlay17 a img{
  padding: 8px;
  display: block;
  transition: 0.3s;
   width: 87%;
}

.overlay17 a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay17 .closebtn {
  position: absolute;
  top: -10px;
  right: 45px;
  font-size: 60px;
  color: red
}

@media screen and (max-height: 800px) {
  .overlay17 {overflow-y: auto;}
  .overlay17 a {font-size: 20px}
  .overlay17.closebtn {
  font-size: 40px;
  top: 1px;
  right: 35px;
  }
  .overlay17 img{
		width: 85%;
	}
}



/*## Electronics ##*/ 
.overlay18 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}



.overlay-content18 {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay18 a{
    padding: 8px;
  text-decoration: none;
  font-size: 26px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay18 img{
  padding: 8px;
  display: block;
  transition: 0.3s;
   width: 75%;
}

.overlay18 a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay18 .closebtn {
  position: absolute;
  top: -10px;
  right: 45px;
  font-size: 60px;
  color: red
}

@media screen and (max-height: 800px) {
  .overlay18 {overflow-y: auto;}
  .overlay18 a {font-size: 20px}
  .overlay18 .closebtn {
  font-size: 40px;
  top: 1px;
  right: 35px;
  }
  .overlay18 img{
		width: 85%;
	}
}








/*## Electronics ##*/ 
.overlay19 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content19 {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay19 a{
    padding: 8px;
  text-decoration: none;
  font-size: 26px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay19 img{
  padding: 8px;
  display: block;
  transition: 0.3s;
   width: 75%;
}

.overlay19 a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay19 .closebtn {
  position: absolute;
  top: -10px;
  right: 45px;
  font-size: 60px;
  color: red
}

@media screen and (max-height: 800px) {
  .overlay19 {overflow-y: auto;}
  .overlay19 a {font-size: 20px}
  .overlay19 .closebtn {
  font-size: 40px;
  top: 1px;
  right: 35px;
  }
  .overlay19 img{
		width: 85%;
	}
}








/*## Services ##*/ 
.overlay14 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}



.overlay-content14 {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}


.overlay14 a{
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay14 img{
  padding: 8px;
  display: block;
  transition: 0.3s;
   width: 80%;
}

.overlay14 a:hover, .overlay14 a:focus {
  color: #f1f1f1;
}

.overlay14 .closebtn {
  position: absolute;
  top: -10px;
  right: 45px;
  font-size: 60px;
  color: red
}

@media screen and (max-height: 800px) {
	  .overlay14 {overflow-y: auto;}
	  .overlay14 a {font-size: 20px}
	  .overlay14 .closebtn {
	  font-size: 40px;
	  top: 1px;
	  right: 35px;
	}
	.overlay14 img{
		padding: 8px;
		display: block;
		transition: 0.3s;
		width: 88%;
	}
}

/*## Resturants ##*/ 
.overlay15 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}



.overlay-content15 {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay-content15 a{
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay15 img{
  padding: 8px;
  display: block;
  transition: 0.3s;
   width: 87%;
}

.overlay15 a:hover, .overlay15 a:focus {
  color: #f1f1f1;
}

.overlay15 .closebtn {
  position: absolute;
  top: -10px;
  right: 45px;
  font-size: 60px;
  color: red
}

@media screen and (max-height: 450px) {
  .overlay15 {overflow-y: auto;}
  .overlay15 a {font-size: 20px}
  .overlay15 .closebtn {
  font-size: 40px;
  top: 1px;
  right: 35px;
  }
  .overlay15 img{
  padding: 8px;
  display: block;
  transition: 0.3s;
   width: 87%;
}
}




/*## Clothing ##*/ 
.overlay16 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}



.overlay-content16 {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}


.overlay16 img{
  padding: 8px;
  display: block;
  transition: 0.3s;
   width: 88%;
   text-decoration: none;
}
.overlay16 a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay16 a:hover, .overlay15 a:focus {
  color: #f1f1f1;
}

.overlay16 .closebtn {
  position: absolute;
  top: -10px;
  right: 45px;
  font-size: 60px;
  color: red
}

@media screen and (max-height: 800px) {
  .overlay16 {overflow-y: auto;}
  .overlay16 a {font-size: 20px}
  .overlay16 .closebtn {
  font-size: 40px;
  top: 1px;
  right: 35px;
  }
  .overlay16 img{
   width: 95%;
	}
}











/*######################################
		 overlay
#####################################*/
.openBtn {
	font-size: 16px;
	cursor:pointer; 
	color: orange;
	cursor: pointer;
}

.openBtn:hover {
	color: white;
}

.overlays {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow: scroll;
}

.overlay-contents {
  position: relative;
  top: 10%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlays .closebtn {
  position: absolute;
  top: 20px;
  right: 5px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlays .closebtn:hover {
  color: red;
}

.overlays input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlays input[type=text]:hover {
  background: #f1f1f1;
}

.overlays button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlays button:hover {
  background: #bbb;
}



.openBtn {
	font-size: 16px;
	cursor:pointer; 
	color: orange;
	cursor: pointer;
}

.openBtn:hover {
	color: white;
}




/*## Electronics ##*/
.overlay13 {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow: scroll;
}

.overlay13-content13 {
  position: relative;
  top: 10%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay13 .closebtn {
  position: absolute;
  top: 20px;
  right: 5px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay13 .closebtn:hover {
  color: red;
}

.overlay13 input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay13 input[type=text]:hover {
  background: #f1f1f1;
}

.overlay13 button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay13 button:hover {
  background: #bbb;
}






/*######################################
		 overlay slide down
#####################################*/

.overlayd {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-contentd {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlayd a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlayd a:hover, .overlayd a:focus {
  color: #f1f1f1;
}

.overlayd .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlayd {overflow-y: auto;}
  .overlayd a {font-size: 20px}
  .overlayd .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}






/*######################################
		 overlay slide down 2
#####################################*/

.overlay1 {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: scroll;
  transition: 0.5s;
}

.overlay-content1 {
  position: relative;
  top: 10%;
  width: 90%;
  text-align: center;
  margin-top: 30px;
}

.overlay1 a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay-content1 img{ 
	 width: 95%;
}
.overlay1 a:hover, .overlay1 a:focus {
  color: #f1f1f1;
}

.overlay1 .closebtn1 {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.overlay1 .closebtn1:hover {
  color: red;
}

@media screen and (max-height: 650px) {
  .overlay1 {overflow-y: auto;}
  .overlay1 a {font-size: 20px}
  .overlayd1 .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
  .overlay-content1 img{ 
	 width: 90%;
	}
}







/*### Funiture ####*/

.overlay10 {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: scroll;
  transition: 0.5s;
}

.overlay-content10 {
  position: relative;
  top: 2%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay-content10 img{ 
	 width: 65%;
}
.overlay10 a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay10 a:hover, .overlay10 a:focus {
  color: #f1f1f1;
}

.overlay10 .closebtn10 {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 800px) {
  .overlay10 {overflow-y: auto;}
  .overlay10 a {font-size: 20px}
  .overlay10 .closebtn10 {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
  .overlay-content10 img{ 
	 width: 85%;
}
}








/*###Hardware ####*/
.overlay11 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}



.overlay-content11 {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}


.overlay11 img{
  padding: 8px;
  display: block;
  transition: 0.3s;
   width: 72%;
}
.overlay11 a {
  padding: 8px;
  display: block;
  transition: 0.3s;
   text-decoration: none;
}
.overlay11 a:hover, .overlay15 a:focus {
  color: #f1f1f1;
}

.overlay11 .closebtn {
  position: absolute;
  top: -10px;
  right: 45px;
  font-size: 60px;
  color: red
}

 @media screen and (max-height: 800px) {
  .overlay11 {overflow-y: auto;}
  .overlay11 a {font-size: 20px}
  .overlay11 .closebtn {
  font-size: 40px;
  top: 1px;
  right: 35px;
  }
 
	  .overlay11  img{
		padding: 8px;
		display: block;
		transition: 0.3s;
		width: 80%;
	}
}










/*### Spares ####*/
.overlay12 {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: scroll;
  transition: 0.5s;
}

.overlay-content12 {
  position: relative;
  top: 2%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay12 a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay12 img{
	padding: 8px;
	display: block;
	transition: 0.3s;
	width: 85%;
}
.overlay12 a:hover, .overlay11 a:focus {
  color: #f1f1f1;
}

.overlay12 .closebtn12 {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay12 {overflow-y: auto;}
  .overlay12 a {font-size: 20px}
  .overlay12 .closebtn12 {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}









	/*######################################
		Russels promotions
######################################*/

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  
  
}

#text img{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
#text img{
	width:94%;
}




/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  font-size: 15px;
  Color: orange;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup:hover {
 color: #ddd;
}
/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 270%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: -145px;
  left: -100%;
  margin-left: -0px;
  
}


#myPopup img{
	 width: 80%;
}
/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

@media only screen and (max-width: 800px) {
	.popup .popuptext {
		bottom: 125%;
  left: -150%;
	}	
}












.PrmotionsText {
	font-size: 16px;
	cursor:pointer; 
	color: orange;
} 

.PrmotionsText:hover {
	color: White;
} 


.Counter {
	position: absolute;
	right: 10%;
	width: 0%;
	Margin-Top: -1%;
}
@media only screen and (max-width: 800px) {
	.Counter {
	right: 30%;
	width: 0%;
	Margin-Top: -120px;
	}
	.PrmotionsText {
	font-size: 12px;
} 





/*######################################
	gallery jane furse
#######################################*/
.row > .column1 {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column1 {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal1 {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal1-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides1 {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}









.split-layout {
  display: flex;
  flex-direction: column;
  
  @media screen and (min-width: 30em) {
    flex-direction: row;
    align-items: stretch;
  }
}

.split-layout__item  {
  flex: 1;
  
  @media screen and (min-width: 30em) {
    padding-left: 1em;
    
    &:first-child {
    padding: 0;
    }
  }
}

.split-layout__divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  
  @media screen and (min-width: 30em) {
   flex-direction: column; 
  }
}

.split-layout__label {
  padding: 1em;
}

.split-layout__rule {
  flex: 1;
  border-style: solid;
  border-color: rgba(255,255,255,.3);
  border-width: 1px 0 0 0;
  
  @media screen and (min-width: 30em) {
   border-width: 0 1px 0 0;
  }
}






.Email {
	font-size: 30px;
}











/*######################################
		SHARE bUTTON
#######################################*/
#share-buttons img {
	width: 5px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}
	
	
	
	
	
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.texts {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertexts {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}	
	